Comparison
Example (Step 2)
Problem solving sequence:
1.
Algorithm
2.
Pseudo-code
3.
C code
if
the amount requested < account balance
then
withdraw the amount requested
otherwise
withdraw nothing and notify the customer